Syntax
  
    public
    virtual
    System.Threading.Tasks.Task FileCopyBatchAsync(string sourceDirName, string[] sourceFileNames, string destDirName, string[] destFileNames, bool overwrite, bool createDirectory)
  Parameters
  
    - sourceDirName
- Type: string
 
    - sourceFileNames
- Type: string[]
 
    - destDirName
- Type: string
 
    - destFileNames
- Type: string[]
 
    - overwrite
- Type: bool
 
    - createDirectory
- Type: bool